const github.com/andybalholm/brotli.minRatio

3 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment_two_pass.go#L670: const minRatio = 0.98
		compress_fragment_two_pass.go#L676: 	if float64(num_literals) < minRatio*corpus_size {
		compress_fragment_two_pass.go#L680: 		var max_total_bit_cost float64 = corpus_size * 8 * minRatio / sampleRate